SET TEXT TRANSPARENT

This command will set the background of the text you are about to output as transparent.

  Syntax
SET TEXT TRANSPARENT
  Returns

This command does not return a value.

  Example Code
CIRCLE 320,250,30
SET TEXT TRANSPARENT
CENTER TEXT 320,240,"HELLO WORLD"
WAIT KEY
  See also

TEXT Commands Menu
Index